home *** CD-ROM | disk | FTP | other *** search
/ Champak 139 / (Vol 139) Sep 24 2011.iso / Games / santa_mobile.swf / scripts / frame_17 / DoAction.as
Text File  |  2011-09-24  |  87b  |  10 lines

  1. stopAllSounds();
  2. if(1000 < score)
  3. {
  4.    gotoAndStop(19);
  5. }
  6. else
  7. {
  8.    play();
  9. }
  10.